All Packages Class Hierarchy This Package Previous Next Index
Class sun.servlet.util.QueueFullException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----sun.servlet.util.QueueFullException
- public class QueueFullException
- extends Exception
Exception used to indicate that the queue is full.
-
QueueFullException()
- Constructs a new QueueFullException with no detail message.
QueueFullException
public QueueFullException()
- Constructs a new QueueFullException with no detail message.
All Packages Class Hierarchy This Package Previous Next Index